html { 
	overflow-y: scroll;
}

body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #626A6D;
	background-color: #FFFFFF;
}

a {
	color: #626A6D;
}

img {
	border: 0px;
}

h1 {
	font-size: 180%;
	color: #f19005;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 0.55em;
}

h2 {
	font-size: 150%;
	color: #f19005;
	margin: 0px;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 4px;
}

h3 {
	font-size: 120%;
	color: #f19005;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
}

h4 {
	font-size: 120%;
	color: #f19005;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-style: italic;
}

h5 {
	font-size: 100%;
	color: #f19005;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
}

h6 {
	font-size: 100%;
	color: #f19005;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-style: italic;
}

p {
	margin: 0px;
	margin-bottom: 0.95em;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul li {
	list-style-image: url('../images/bullet.png');
	margin-bottom: 8px;
}

form {
	margin: 0px;
}

fieldset {
	padding: 6px;
}

#cms_page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#minimal_cms_page {
	padding: 10px;
}

#cms_header {
	position: relative;
}

#header {
	width: 960px;
	height: 270px;
	float: left;
	display: block;
}

#top_menu_bar_default,
#top_menu_bar_supplementary,
#top_menu_bar_dropdown {
	position: absolute;
	top: 168px;
}

#top_menu_bar_dropdown {
	top: 160px;
}

#top_menu_bar_supplementary {
	float: right;
	width: 500px;
}

ul.top_menu,
ul.supplementary_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.top_menu li,
ul.supplementary_menu li {
	display: inline;
	padding: 9px 20px;
	border-right: 2px solid #f9d299;
}

ul.top_menu li.last_item,
ul.top_menu li.last_item_selected,
ul.supplementary_menu li.last_item,
ul.supplementary_menu li.last_item_selected {
	margin-right: 0px;
}

ul.top_menu li.selected,
ul.top_menu li.last_item_selected,
ul.supplementary_menu li.selected,
ul.supplementary_menu li.last_item_selected,
ul.supplementary_menu li.first_item_selected {
	font-weight: bold;
}

ul.top_menu a,
ul.supplementary_menu a {
	text-decoration: none;
	color: white;
	
}

ul.top_menu a:hover,
ul.supplementary_menu a:hover {
	text-decoration: underline;
}

#left_col_container {
	clear: both;
	min-height: 575px;
}

#left_col {
	width: 180px;
	float: left;
}

#side_menu_bar {
	padding-top: 57px;
	padding-left: 20px;
	font-size: 90%;
}

ul.side_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.side_menu li a {
	display: block;
	text-decoration: none;
	color: #575F62;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

ul.side_menu li a:hover {
	text-decoration: underline;
}

ul.side_menu li.level2 a,
ul.side_menu li.level2_selected a {
	padding-left: 20px;
	border-bottom: 0px;
}

ul.side_menu li.level3 a,
ul.side_menu li.level3_selected a {
	padding-left: 40px;
	border-bottom: 0px;
}

ul.side_menu li.level4 a,
ul.side_menu li.level4_selected a {
	padding-left: 60px;
	border-bottom: 0px;
}

ul.side_menu li.level5 a,
ul.side_menu li.level5_selected a {
	padding-left: 80px;
	border-bottom: 0px;
}

li.selected>ul.side_menu {
	border-bottom: 1px solid #FFFFFF;
}

ul.side_menu li.first_item_selected>a,
ul.side_menu li.selected>a,
ul.side_menu li.level2_selected>a,
ul.side_menu li.level3_selected>a,
ul.side_menu li.level4_selected>a,
ul.side_menu li.level5_selected>a {
	font-weight: bold;
}

#left_col_content {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 90%;
	color: #575F62;
}

#main_area {
}

#banner_img {
	width: #BannerWidth#px;
	height: #BannerHeight#px;
	display: block;
}

#content_area {
	padding: 10px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#right_col {
	width: 180px;
	float: right;
}

.search_box {
	min-height: 28px;
	text-align: center;
	padding-top: 5px;
	background-color: #f19005;
}

#search_box_text {
	width: 100px;
}

#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 90%;
	text-align: center;
	background-color: #818084;
	border-top: 7px solid #f19005;
}

#footer,
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer2,
#footer .footer2 a {
	color: #808080;
}

#footer .footer3,
#footer .footer3 a {
	color: #c0c0c0;
}

#footer_left,
#footer_right {
	display: inline-block;
	border-left: 1px solid #fff;
	width: 420px;
	padding-left: 40px;
}

#footer_right {
	border-right: 1px solid #fff;
}

#footer_left div,
#footer_right div {
	float: left;
	width: 210px;
	text-align: left;
}

#footer_address {
	color: #f19005;
}

ol.breadcrumb_trail {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ol.breadcrumb_trail li {
	display: inline;
}

.error_msg {
	color: red;
	font-weight: bold;
}

.admin_edit_link {
	border: 1px solid black;
	padding: 3px;
	background-color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.wrap {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.max_length_field label {
	float: left;
}

div.max_length_counter {
	float: right;
}

.max_length_field textarea {
	clear: both;
}

.admin_tip {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 14px;
	border: 1px dashed #b2b15e;
	background: #FAF99E;
	font-size: 90%;
}

.admin_tip,
.admin_tip a {
	color: black;
}

.image_field_inline_preview {
	float: left;
	margin-right: 5px;
}

.pagination {
	clear: both;
	padding-bottom: 10px;
}

.pagination ~ .pagination {
	padding-top: 5px;
	padding-bottom: 20px;
}

.pagination_left {
	display: table-cell;
	min-width: 10px;
	float: left;
}

.pagination_left label {
	font-weight: bold;
	color: #505050;
	margin-right: 5px;
}

.pagination_right {
	display: table-cell;
	min-width: 10px;
	float: right;
}

.pagination_count {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	padding: 2px 0px;
	color: #505050;
}

.pagination ol {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination li a {
	float: left;
	text-align: center;
	margin-left: 5px;
	padding: 2px 7px;
	text-decoration: none;
	background: #e0e0e0;
	color: #505050;
}

.pagination li.selected a {
	font-weight: bold;
	background: #606060;
	color: #e0e0e0;
}

.pagination_page {
	background: #e0e0e0;
	color: #505050;
	padding: 2px 5px;
	max-width: 20px;
	overflow-x: hidden;
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;
}

/* UserLogin Module Start */

div.login_container {
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	color: #5C575E;
}

div.login_container_frontend {
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	border-bottom: 11px solid #b8b8b8;
	border-radius: 10px;
	color: #3b3b3b;
}

div.login_head {
	font-weight: bold;
	text-align: center;
	background-color: #888;
	color: white;
	padding-top: 6px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

div.login_container_frontend div.login_head {
	background: #b8b8b8;
	border-radius: 10px 10px 0px 0px;
}

div.login_body {
	border: 1px solid #888;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

div.login_container_frontend div.login_body {
	background-color: #f1f1f1;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}

div.login_new_user {
	text-align: center;
	margin-bottom: 10px;
}

div.login_error_msg {
	font-weight: bold;
	background-color: red;
	color: white;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

div.login_container label,
div.login_container_frontend label {
	clear: both;
	display: block;
	float: left;
	width: 30%;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	text-align: right;
}

div.login_container_frontend label {
	font-weight: bold;
}

#login_username,
#login_raw_password {
	display: block;
	float: right;
	width: 130px;
	margin-right: 35px;
	margin-bottom: 2px;
	display: inline; /* IE6 margin fix */
}

span.login_access_key {
	text-decoration: underline;
}

div.login_container div.login_forgotten_pass,
div.login_container_frontend div.login_forgotten_pass {
	clear: both;
	float: left;
	font-weight: normal;
	font-size: 80%;
	width: 70%;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 6px;
}

div.login_container_frontend div.login_forgotten_pass {
	margin-top: 8px;
	font-size: 100%;
}

#login_btn {
}

#login_submit {
	clear: both; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.login_container_frontend #login_btn {
	margin-top: 11px;
	margin-bottom: 10px;
}

#user_valid_submission {
	display: none;
}

form.registration_form,
form.user_details_form {
	margin-top: 20px;
}

form.forgot_pass_form,
form.password_reset_form {
	margin-top: 15px;
}

form.registration_form fieldset,
form.user_details_form fieldset,
form.forgot_pass_form fieldset,
form.password_reset_form fieldset {
	background: #EEEEEE;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 10px;
	padding: 15px;
}

form.registration_form .already_registered {
	float: right;
}

label.registration_form_label,
label.user_details_form_label,
label.forgot_pass_label,
label.password_reset_label {
	clear: left;
	display: block;
	float: left;
	width: 115px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: bold;
	padding-top: 2px;
}

input.registration_form_field,
textarea.registration_form_field,
input.user_details_form_field,
textarea.user_details_form_field,
input.forgot_pass_field,
input.password_reset_field {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 149px;
}

.forgot_pass_submit {
	float: left;
	margin-left: 30px;
}

.password_reset_submit {
	float: right;
	margin-top: -29px;
}

span.registration_form_required,
span.user_details_form_required {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
}

#username_hint {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
	color: red;
	font-weight: bold;
}

#password_hint {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 11px;
	display: inline; /* IE6 margin fix */
	width: 170px;
	position: absolute;
}

.password_reset_form #password_hint {
	margin-top: -17px;
}

.user_details_form #password_hint {
	margin-left: 5px;
}

.password_strong {
	font-weight: bold;
	color: #008800;
}

.password_moderate {
	font-weight: bold;
	color: #555555;
}

.password_weak {
	font-weight: bold;
	color: #EA181C;
}

#user_telephone {
	width: 120px;
}

#user_postcode {
	width: 70px;
}

#registration_form_notes,
#user_details_form_notes {
	margin-top: 15px;
	color: #555555;
	font-size: 90%;
	text-align: right;
}

#registration_form_submit,
#user_details_form_submit {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.user_details_saved {
	font-weight: bold;
	font-size: 110%;
}

.member_profile_head {
	background: #ccc;
	padding: 4px 7px;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 2px;
}

.member_profile_details {
	float: left;
	width: 152px;
	background: #ddd;
	text-align: center;
	padding: 6px 7px;
	margin-right: 2px;
}

.member_profile_details img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
}

.member_profile_more {
	float: left;
	width: 332px;
}

.member_profile_section_head {
	background: #ddd;
	padding: 6px 7px;
	font-weight: bold;
}

.member_profile_section {
	padding: 6px 7px;
	min-height: 114px;
	border-bottom: 5px solid #ddd;
}

.member_profile_latest_post {
	margin-bottom: 20px;
}

.member_profile_latest_post .latest_post_date {
	font-weight: bold;
	color: #666;
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_breadcrumb {
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_breadcrumb a {
	text-decoration: none;
	font-weight: bold;
}

.member_profile_latest_post .latest_post_breadcrumb a:hover {
	text-decoration: underline;
}

.member_profile_latest_post .latest_post_blurb {
	padding-bottom: 0px;
}

.member_profile_latest_post .latest_post_link {
	text-align: right;
}

.member_profile_btn {
	margin: 10px 5px 5px 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #999;
	color: white;
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 4px 5px;
	font-size: 90%;
}

a.unread_pm_count {
	text-decoration: none;
}

a.unread_pm_count.has_unread {
	background: yellow;
}

a.unread_pm_count .pm_icon {
	background: url('../shared_files/images/mail.png') no-repeat 0px 2px;
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-bottom: -1px;
	overflow: hidden;
}

.pm_action_completed {
	background: #CCCCCC;
	padding: 8px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 2px dashed #666;
}

table.pm_list {
	margin-bottom: 10px;
}

table.pm_list th {
	background: #CCCCCC;
	padding: 3px 4px;
	text-align: left;
}

table.pm_list th:first-child {
	border-top-left-radius: 10px;
}

table.pm_list th:last-child {
	border-top-right-radius: 10px;
}

table.pm_list td {
	padding: 3px 4px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

table.pm_list tr.unread td {
	font-weight: bold;
}

table.pm_list td.no_pms {
	font-style: italic;
	text-align: center;
}

div.pm_tabs {
	width: 40%;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.pm_pagination {
	width: 60%;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.pm_pagination ol {
	padding: 0px;
	text-align: right;
}

div.pm_tabs ul {
	padding: 0px;
	text-align: left;
}

div.pm_pagination ol li,
div.pm_tabs ul li {
	list-style-type: none;
	display: inline;
}

div.pm_pagination ol li a,
div.pm_pagination ol li a:hover,
div.pm_tabs ul li a,
div.pm_tabs ul li a:hover {
	display: inline-block;
	*display: inline; /* IE7 fix */
	zoom: 1; /* IE7 fix */
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #c5c5c5;
	padding: 1px 3px;
	min-width: 24px;
	text-align: center;
	background-color: #d5d5d5;
	font-weight: bold;
	text-decoration: none;
}

div.pm_pagination ol li a:hover,
div.pm_tabs ul li a:hover {
	background-color: white;
}

div.pm_pagination ol li.selected a,
div.pm_tabs ul li.selected a {
	background-color: #f1f1f1;
}

div.pm_pagination ol li.pm_pagination_label {
	display: inline-block;
	*display: inline; /* IE7 fix */
	zoom: 1; /* IE7 fix */
	padding: 2px 2px;
	min-width: 24px;
	text-align: center;
	font-weight: bold;
}

.login_version {
	position: absolute;
	margin-left: 284px;
	width: 27px;
	height: 15px;
	padding-top: 16px;
	background: url('../shared_files/images/padlock.png') no-repeat 0px 0px;
	text-align: center;
	color: #fff;
	font-family: arial;
	line-height: 1.1em;
}

#login_processing {
	position: absolute !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../shared_files/images/ajax_loader.gif') no-repeat;
	background-position: 19px 3px;
	padding-left: 19px;
	padding-top: 3px;
}

/* UserLogin Module End */

/* Enquiry Form Start */

form.enquiry_form {
	margin-top: 20px;
}

#enquiry_form_error.hidden {
	display: none;
}

label.enquiry_form_label {
	clear: left;
	display: block;
	float: left;
	width: 130px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: bold;
}

input.enquiry_form_field,
textarea.enquiry_form_field {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 200px;
}

#enquirer_postcode {
	width: 80px;
}

#enquiry_details {
	width: 350px;
}

#enquiry_valid_submission {
	display: none;
}

span.enquiry_form_required {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
}

#enquirer_opt_in {
	margin-top: 10px;
	margin-left: 140px;
}

input.enquiry_form_submit {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left: 140px;
}

#enquiry_form_notes {
	width: 496px;
	text-align: right;
	color: #555555;
	font-size: 90%;
	margin-top: 15px;
}

#enquiry_form_success {
	display: none;
}

/* Enquiry Form End */

/* Articles Module Start */

.news_list_img,
.case_study_list_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	min-width: 130px;
	width: auto !important;
	width: 130px;
}

.news_list_img img,
.case_study_list_img img {
	display: block;
	border: 0px;
}

div.news_list_text,
div.case_study_list_text {
	float: left;
	width: 360px;
	margin-bottom: 20px;
}

div.event_list_text {
	float: left;
	width: 410px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.news_list h2,
.case_study_list h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 120%;
	border-bottom: none;
}

.event_list h2 {
	font-size: 200%;
	text-align: center;
	border-bottom: none;
	padding-bottom: 15px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}

.news_list h2 a,
.case_study_list h2 a {
	text-decoration: none;
}

.news_list h2 a:hover,
.case_study_list h2 a:hover {
	text-decoration: underline;
}

.event_list h3.event_date {
	width: 80px;
	float: left;
	padding-top: 0px;
	text-align: center;
	font-size: 190%;
	color: #BBBBBB;
}

.event_list h4 {
	padding-top: 4px;
	padding-bottom: 0px;
	font-style: normal;
}

.event_list h4 a {
	text-decoration: none;
}

.event_list h4 a:hover {
	text-decoration: underline;
}

.event_list p.event_dt_summary {
	padding-bottom: 2px;
	font-weight: bold;
}

.event_list p.event_location {
	font-style: italic;
	padding-bottom: 2px;
}

.news_list p,
.case_study_list p {
	padding-top: 0px;
}

.job_list_item {
	margin-top: 20px;
	margin-bottom: 25px;
}

.job_list h2 {
	border-bottom: none;
	font-size: 120%;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.job_list h2 a {
	text-decoration: none;
}

.job_list h2 a:hover {
	text-decoration: underline;
}

.job_details {
	padding-left: 30px;
}

p.news_archive_link,
p.event_archive_link,
p.job_archive_link,
p.case_study_archive_link {
	text-align: center;
}

p.news_back_link,
p.event_back_link,
p.job_back_link,
p.case_study_back_link {
	margin-top: 20px;
}

#article_id {
	width: 390px;
}

#category_id {
	width: 230px;
}

label.article_edit_label,
div.article_edit_label {
	clear: left;
	display: block;
	float: left;
	width: 130px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: bold;
}

input.article_edit_field,
input.article_edit_field_large,
div.article_edit_field,
textarea.article_edit_field {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.article_toolbar_edit_field {
	clear: left;
	width: 480px;
}

input.article_edit_field {
	width: 200px;
}

div.article_edit_field,
input.article_edit_field_large,
textarea.article_edit_field {
	width: 334px;
}

div.article_edit_field textarea {
	width: 98%;
}

#article_path_preview,
#category_path_preview {
	clear: left;
	margin-bottom: 10px;
	font-size: 90%;
	font-style: italic;
	color: #888888;
}

ol.article_edit_channels {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 200px;
	overflow: auto;
	border: 1px solid #dddddd;
}

ol.article_edit_channels li {
	list-style-type: none;
}

ol.article_edit_categories {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	max-height: 144px;
	overflow: auto;
	border: 1px solid #dddddd;
}

ol.article_edit_categories li {
	list-style-type: none;
}

#news_archive ol.year,
#event_archive ol.year,
#job_archive ol.year,
#case_study_archive ol.year {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#news_archive ol.year li.year,
#event_archive ol.year li.year,
#job_archive ol.year li.year,
#case_study_archive ol.year li.year {
	float: left;
	width: 100px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#news_archive ol.year a.year,
#event_archive ol.year a.year,
#job_archive ol.year a.year,
#case_study_archive ol.year a.year {
	font-size: 140%;
	font-weight: bold;
}

#news_archive ol.month,
#event_archive ol.month,
#job_archive ol.month,
#case_study_archive ol.month {
	list-style: disc;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 0px;
}

div.article_feed h6,
div.channel_feed h6 {
	font-weight: bold;
	font-style: normal;
}

div.article_feed h6 a,
div.channel_feed h6 a {
	text-decoration: none;
}

div.article_feed h6 a:hover,
div.channel_feed h6 a:hover {
	text-decoration: underline;
}

/* Articles Module End */

/* Site Search Start */

#search_text {
	margin-bottom: 5px;
}

div.search_results {
	margin-top: 15px;
}

div.search_results p {
	margin-bottom: 20px;
}

div.search_results a {
	font-size: 120%;
}

div.search_pagination {
	text-align: center;
}

p.search_time {
	text-align: center;
	font-style: italic;
	font-size: 90%;
	color: #7e7e7e;
	margin-top: 15px;
}

/* Site Search End */

/* Rotating Banners Start */

.rotating_banner {
	margin-bottom: 10px;
	overflow: hidden;
}

.rotating_banner a {
	text-decoration: none;
	display: block;
}

.rotating_banner span.banner_title {
	display: block;
	color: white;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}

.rotating_banner span.banner_blurb {
	display: block;
	color: white;
	padding: 10px;
}

.banner_edit {
	display: block;
	background-color: yellow;
	color: black;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	width: 90px;
	text-align: center;
	border: 2px solid black;
	margin-top: -40px;
	margin-left: 10px;
	position: absolute;
	z-index: 10;
}

.banner_edit.full_screen {
	margin-top: 10px;
}

/* Rotating Banners End */

/* Widgets Start */

.feature_box {
	width: 200px;
	background-color: #EFEFEF;
}

.feature_box h3 {
	background-color: #DEDEDE;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 130%;
}

.feature_box h3 a {
	text-decoration: none;
}

.feature_box_text {
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 15px;
}

/* Widgets End */

/* Free Downloads Start */

#free_download_valid_submission {
	display: none;
}

#free_download_head {
	color: #FFFFFF;
	min-height: 29px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 110%;
	font-weight: bold;
	background: #f19005 url('../images/free-download-title.gif') repeat-y top left;
}

#free_download_body {
	color: #575F62;
	padding: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
	margin-bottom: 14px;
	background: #FFFFFF url('../images/free-download-bg.gif') repeat-x 0px 0px;
}

#free_download_image {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

#free_download_body input {
	margin-top: 3px;
	font-size: 100%;
}

#free_download_postcode {
	width: 80px;
}

.free_download_export,
.free_download_access {
	text-align: center;
	margin-top: 5px;
}

/* Free Downloads End */

/* Action Request Form Start */

#action_request_valid_submission {
	display: none;
}

#action_request_box_head {
	color: #FFFFFF;
	min-height: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 110%;
	font-weight: bold;
	border-left: 30px solid #action_box_title_tab#;
	background: #C2C3B9 url('../images/action-box-title.gif') repeat-y top left;
}

#action_request_box_body {
	color: #575F62;
	padding: 18px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 90%;
	margin-bottom: 14px;
	background: #FFFFFF url('../images/action-box-bg.gif') repeat-x 0px 0px;
}

#action_request_box_image {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

#action_request_box_link a {
	color: #575F62;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

form.action_request_form {
	margin-top: 20px;
}

label.action_request_label {
	clear: left;
	display: block;
	float: left;
	width: 130px;
	display: inline; /* IE6 margin fix */
	margin-right: 10px;
	font-weight: bold;
}

input.action_request_field,
textarea.action_request_field {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 200px;
}

span.action_request_required {
	display: block;
	float: left;
	margin-left: 5px;
	display: inline; /* IE6 margin fix */
}

#action_request_title {
	width: 50px;
}

#action_request_postcode {
	width: 70px;
}

#action_request_telephone {
	width: 120px;
}

#action_request_comments {
	width: 350px;
}

#action_request_notes {
	width: 496px;
	margin-top: 15px;
	color: #555555;
	font-size: 90%;
	text-align: right;
}

#action_request_opt_in {
	margin-left: 140px;
	margin-top: 10px;
}

#action_request_submit {
	margin-left: 140px;
	margin-top: 15px;
}

.action_request_export {
	text-align: center;
	margin-top: 5px;
}

/* Action Request Form End */

/* Call Back Form Start */

#call_back_valid_submission {
	display: none;
}

#call_back_head {
	color: #FFFFFF;
	min-height: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 110%;
	font-weight: bold;
	background: #7F7E7A url('../images/call-back-title.gif') repeat-y top left;
}

#call_back_body {
	color: #575F62;
	padding: 18px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 90%;
	margin-bottom: 14px;
	background: #FFFFFF url('../images/call-back-bg.gif') repeat-x 0px 0px;
}

#call_back_body_text {
	min-height: 40px;
}

#call_back_body label {
	font-weight: bold;
}

#call_back_body input {
	margin-bottom: 3px;
	font-size: 100%;
}

.call_back_field {
	width: 135px;
}

#call_back_body textarea {
	margin-bottom: 6px;
}

#call_back_submit {
	margin-top: 6px;
}

.call_back_export {
	text-align: center;
	margin-top: 5px;
}

/* Call Back Form End */

/* Mail-Blast Start */

#mailblast_valid_submission {
	display: none;
}

#mailblast_signup_head {
	background-color: #DEDEDE;
	font-weight: bold;
	font-size: 120%;
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#mailblast_signup_body {
	background-color: #EFEFEF;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 15px;
	font-size: 90%;
}

#mailblast_signup_body input {
	margin-top: 3px;
	font-size: 100%;
}

.mailblast_confirm {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#mailblast_signup_page label {
	font-weight: bold;
}

#mailblast_submit {
	margin-bottom: 15px;
}

/* Mail-Blast End */
